3.1.90 \(\int \frac {(a+b x)^5}{x^7} \, dx\) [90]

Optimal. Leaf size=17 \[ -\frac {(a+b x)^6}{6 a x^6} \]

[Out]

-1/6*(b*x+a)^6/a/x^6

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {37} \begin {gather*} -\frac {(a+b x)^6}{6 a x^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^5/x^7,x]

[Out]

-1/6*(a + b*x)^6/(a*x^6)

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(a + b*x)^(m + 1)*((c + d*x)^(n +
1)/((b*c - a*d)*(m + 1))), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rubi steps

\begin {align*} \int \frac {(a+b x)^5}{x^7} \, dx &=-\frac {(a+b x)^6}{6 a x^6}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B] Leaf count is larger than twice the leaf count of optimal. \(65\) vs. \(2(17)=34\).
time = 0.00, size = 65, normalized size = 3.82 \begin {gather*} -\frac {a^5}{6 x^6}-\frac {a^4 b}{x^5}-\frac {5 a^3 b^2}{2 x^4}-\frac {10 a^2 b^3}{3 x^3}-\frac {5 a b^4}{2 x^2}-\frac {b^5}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^5/x^7,x]

[Out]

-1/6*a^5/x^6 - (a^4*b)/x^5 - (5*a^3*b^2)/(2*x^4) - (10*a^2*b^3)/(3*x^3) - (5*a*b^4)/(2*x^2) - b^5/x

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(57\) vs. \(2(15)=30\).
time = 0.08, size = 58, normalized size = 3.41

method result size
gosper \(-\frac {6 b^{5} x^{5}+15 a \,b^{4} x^{4}+20 a^{2} b^{3} x^{3}+15 a^{3} b^{2} x^{2}+6 a^{4} b x +a^{5}}{6 x^{6}}\) \(56\)
norman \(\frac {-b^{5} x^{5}-\frac {5}{2} a \,b^{4} x^{4}-\frac {10}{3} a^{2} b^{3} x^{3}-\frac {5}{2} a^{3} b^{2} x^{2}-a^{4} b x -\frac {1}{6} a^{5}}{x^{6}}\) \(57\)
risch \(\frac {-b^{5} x^{5}-\frac {5}{2} a \,b^{4} x^{4}-\frac {10}{3} a^{2} b^{3} x^{3}-\frac {5}{2} a^{3} b^{2} x^{2}-a^{4} b x -\frac {1}{6} a^{5}}{x^{6}}\) \(57\)
default \(-\frac {b^{5}}{x}-\frac {10 a^{2} b^{3}}{3 x^{3}}-\frac {5 a^{3} b^{2}}{2 x^{4}}-\frac {5 a \,b^{4}}{2 x^{2}}-\frac {a^{4} b}{x^{5}}-\frac {a^{5}}{6 x^{6}}\) \(58\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^5/x^7,x,method=_RETURNVERBOSE)

[Out]

-b^5/x-10/3*a^2*b^3/x^3-5/2*a^3*b^2/x^4-5/2*a*b^4/x^2-a^4*b/x^5-1/6*a^5/x^6

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 55 vs. \(2 (15) = 30\).
time = 0.29, size = 55, normalized size = 3.24 \begin {gather*} -\frac {6 \, b^{5} x^{5} + 15 \, a b^{4} x^{4} + 20 \, a^{2} b^{3} x^{3} + 15 \, a^{3} b^{2} x^{2} + 6 \, a^{4} b x + a^{5}}{6 \, x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/x^7,x, algorithm="maxima")

[Out]

-1/6*(6*b^5*x^5 + 15*a*b^4*x^4 + 20*a^2*b^3*x^3 + 15*a^3*b^2*x^2 + 6*a^4*b*x + a^5)/x^6

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 55 vs. \(2 (15) = 30\).
time = 0.54, size = 55, normalized size = 3.24 \begin {gather*} -\frac {6 \, b^{5} x^{5} + 15 \, a b^{4} x^{4} + 20 \, a^{2} b^{3} x^{3} + 15 \, a^{3} b^{2} x^{2} + 6 \, a^{4} b x + a^{5}}{6 \, x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/x^7,x, algorithm="fricas")

[Out]

-1/6*(6*b^5*x^5 + 15*a*b^4*x^4 + 20*a^2*b^3*x^3 + 15*a^3*b^2*x^2 + 6*a^4*b*x + a^5)/x^6

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 60 vs. \(2 (14) = 28\).
time = 0.15, size = 60, normalized size = 3.53 \begin {gather*} \frac {- a^{5} - 6 a^{4} b x - 15 a^{3} b^{2} x^{2} - 20 a^{2} b^{3} x^{3} - 15 a b^{4} x^{4} - 6 b^{5} x^{5}}{6 x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**5/x**7,x)

[Out]

(-a**5 - 6*a**4*b*x - 15*a**3*b**2*x**2 - 20*a**2*b**3*x**3 - 15*a*b**4*x**4 - 6*b**5*x**5)/(6*x**6)

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 55 vs. \(2 (15) = 30\).
time = 2.07, size = 55, normalized size = 3.24 \begin {gather*} -\frac {6 \, b^{5} x^{5} + 15 \, a b^{4} x^{4} + 20 \, a^{2} b^{3} x^{3} + 15 \, a^{3} b^{2} x^{2} + 6 \, a^{4} b x + a^{5}}{6 \, x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/x^7,x, algorithm="giac")

[Out]

-1/6*(6*b^5*x^5 + 15*a*b^4*x^4 + 20*a^2*b^3*x^3 + 15*a^3*b^2*x^2 + 6*a^4*b*x + a^5)/x^6

________________________________________________________________________________________

Mupad [B]
time = 0.04, size = 55, normalized size = 3.24 \begin {gather*} -\frac {\frac {a^5}{6}+a^4\,b\,x+\frac {5\,a^3\,b^2\,x^2}{2}+\frac {10\,a^2\,b^3\,x^3}{3}+\frac {5\,a\,b^4\,x^4}{2}+b^5\,x^5}{x^6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^5/x^7,x)

[Out]

-(a^5/6 + b^5*x^5 + (5*a*b^4*x^4)/2 + (5*a^3*b^2*x^2)/2 + (10*a^2*b^3*x^3)/3 + a^4*b*x)/x^6

________________________________________________________________________________________